You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxExpression Class > TMtxExpression Methods > Test Method > TMtxExpression.Test Method ([In] string, double, bool)
Dew Math for .NET
ContentsIndexHome
Example

Test "+" operator 

 

procedure TestAddOperator(aParser: TMtxExpression); begin aParser.Test('1+2',3); //no exception will be raised, if result is a match end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.